home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global theCoord, startTime
- Animate(theCoord)
- if soundBusy(3) = 0 then
- set the mouseDownScript to EMPTY
- cursor([182, 183])
- set the cursorHidden of theCoord to 0
- set the inHelp of theCoord to 0
- set startTime to the ticks / 60
- go(4)
- else
- go(the frame)
- end if
- end
-